home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-25 | 758 b | 20 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: object_3d.cp
- // Date: 9/23/94
- // Author: Bretton Wade
- //
- // Description: this file contains the class methods for an object_3d
- //
- //------------------------------------------------------------------------------
-
- #include "object_3d.h"
-
- //------------------------------------------------------------------------------
- // classes
- //------------------------------------------------------------------------------
- object_3d::~object_3d (void) // destructor
- { // begin
- } // end
-
- //------------------------------------------------------------------------------
-